projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0fc20
)
(pp-eval-expression): Set font-lock-default locally to nil.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Sep 1996 17:28:54 +0000
(17:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Sep 1996 17:28:54 +0000
(17:28 +0000)
lisp/emacs-lisp/pp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/pp.el
b/lisp/emacs-lisp/pp.el
index 90f9323acd45d3380d94fb8198100d5ed727c825..013ce8402d30cdcd5f2a2206d5afa1e7728614bf 100644
(file)
--- a/
lisp/emacs-lisp/pp.el
+++ b/
lisp/emacs-lisp/pp.el
@@
-134,7
+134,9
@@
value."
(pp (car values)))
(save-excursion
(set-buffer "*Pp Eval Output*")
- (emacs-lisp-mode))))
+ (emacs-lisp-mode)
+ (make-local-variable 'font-lock-verbose)
+ (setq font-lock-verbose nil))))
;;;###autoload
(defun pp-eval-last-sexp (arg)